/* The document shell; WordPress owns the admin toolbar. */
.site {
  background: var(--bg-page);
  color: var(--ink-main);
  font: var(--text-base)/var(--leading-base) var(--font-body);
  overflow-wrap: break-word;
}
.site[data-menu-open='true'] {
  overflow: hidden;
}
.site-main {
  min-height: 50vh;
}
.site :focus-visible {
  outline: 2px solid var(--border-focus);
  outline-offset: 4px;
}
